home *** CD-ROM | disk | FTP | other *** search
- //finish.tpl
- /*
- The "finish {...}" statement is the part of a texture which defines the
- various finish properties to be applied to an object. Like the pigment or
- normal statement, you can omit the surrounding texture block to save
- typing. Do not forget however that there is a texture implied. For
- example...
-
-
- The most complete form for defining a finish is as follows:
-
- finish {
- FINISH_IDENTIFIER
- FINISH_ITEMS...
- }
-
- */
-
- finish {
-
- }
-
-
-
-
-